Feature: Register into losestudiantes
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 29.985s |
Scenario: Successful registration
Before
0m 1.238s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 0.880s
And
I wait for 2 seconds
0m 2.306s
When
I enter email "<EMAIL>"
0m 0.371s
And
I wait for 2 seconds
0m 2.276s
And
I enter password "<PASSWORD>"
0m 0.299s
And
I wait for 2 seconds
0m 2.290s
And
I click login
0m 0.371s
And
I wait for 2 seconds
0m 2.597s
Given
I navigate to page "http://localhost:2368/ghost/#/posts"
0m 0.661s
And
I wait for 2 seconds
0m 2.369s
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
0m 0.831s
And
I wait for 2 seconds
0m 2.375s
When
I enter title post "<TITLE>"
0m 0.376s
And
I wait for 2 seconds
0m 2.356s
And
I click create post
0m 0.352s
And
I wait for 2 seconds
0m 2.344s
Given
I navigate to page "http://localhost:2368/ghost/#/posts"
0m 0.504s
And
I wait for 2 seconds
0m 2.334s
And
I click post edit "<TITLE>"
0m 0.484s
And
I wait for 2 seconds
0m 2.367s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I wait for 2 seconds
When
I enter email "<EMAIL>"
And
I wait for 2 seconds
And
I enter password "<PASSWORD>"
And
I wait for 2 seconds
And
I click login
And
I wait for 2 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/posts"
And
I wait for 2 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/editor/post"
And
I wait for 2 seconds
When
I enter title post "<TITLE>"
And
I wait for 2 seconds
And
I click create post
And
I wait for 2 seconds
Given
I navigate to page "http://localhost:2368/ghost/#/posts"
And
I wait for 2 seconds
And
I click post edit "<TITLE>"
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE